projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c04d7da
)
(read_char_minibuf_menu_prompt): Don't forget to initialize nobindings.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 20 May 1994 08:18:01 +0000
(08:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 20 May 1994 08:18:01 +0000
(08:18 +0000)
(lispy_function_keys): Add `backtab'.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 573966550bf38fac5f38c0d8f20f901f2a107bf9..d29903b375bcf098f01a1d1126e2e77b421c9f00 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-2357,7
+2357,7
@@
static char *lispy_function_keys[] =
"help",
"break", /* 0xff6b */
- 0, 0, 0, 0, 0, 0, 0, 0,
0
, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
"backtab"
, 0,
0, /* 0xff76 */
0, 0, 0, 0, 0, 0, 0, 0, "kp-numlock", /* 0xff7f */
"kp-space", /* 0xff80 */ /* IsKeypadKey */
@@
-3973,7
+3973,7
@@
read_char_minibuf_menu_prompt (commandflag, nmaps, maps)
int width = FRAME_WIDTH (selected_frame) - 4;
char *menu = (char *) alloca (width + 4);
int idx = -1;
- int nobindings ;
+ int nobindings
= 1
;
Lisp_Object rest, vector;
if (! menu_prompting)